home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / vpe_130 / delphi / vpedemo / unit1.dfm / unit1.txt
Text File  |  1996-09-15  |  2KB  |  87 lines

  1. object Form1: TForm1
  2.   Left = 189
  3.   Top = 97
  4.   Width = 606
  5.   Height = 431
  6.   Caption = 'Virtual Print Engine'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 235
  20.     Top = 128
  21.     Width = 129
  22.     Height = 75
  23.     Caption = 'VPE'
  24.     Font.Color = clBlack
  25.     Font.Height = -64
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object MainMenu1: TMainMenu
  31.     Left = 4
  32.     Top = 8
  33.     object File1: TMenuItem
  34.       Caption = '&File'
  35.       object GenerateData1: TMenuItem
  36.         Caption = '&Generate Report'
  37.         OnClick = GenerateData1Click
  38.       end
  39.       object DeleteReport1: TMenuItem
  40.         Caption = '&Delete Report'
  41.         OnClick = DeleteReport1Click
  42.       end
  43.       object N1: TMenuItem
  44.         Caption = '-'
  45.       end
  46.       object Exit1: TMenuItem
  47.         Caption = 'E&xit'
  48.         OnClick = Exit1Click
  49.       end
  50.     end
  51.     object Demos1: TMenuItem
  52.       Caption = '&Demos'
  53.       object CapabilitiesPrecision1: TMenuItem
  54.         Caption = 'Capabilities + &Precision'
  55.         OnClick = CapabilitiesPrecision1Click
  56.       end
  57.       object PrintinBackground1: TMenuItem
  58.         Caption = 'Print in &Background'
  59.         OnClick = PrintinBackground1Click
  60.       end
  61.       object SpeedTables1: TMenuItem
  62.         Caption = '&Speed + Tables'
  63.         OnClick = SpeedTables1Click
  64.       end
  65.       object Colors1: TMenuItem
  66.         Caption = '&Colors'
  67.         OnClick = Colors1Click
  68.       end
  69.       object CloseColors1: TMenuItem
  70.         Caption = 'Close &Colors'
  71.         OnClick = CloseColors1Click
  72.       end
  73.       object Report1: TMenuItem
  74.         Caption = '&Report'
  75.         OnClick = Report1Click
  76.       end
  77.     end
  78.     object Help1: TMenuItem
  79.       Caption = '&Help'
  80.       object About1: TMenuItem
  81.         Caption = '&About'
  82.         OnClick = About1Click
  83.       end
  84.     end
  85.   end
  86. end
  87.